McCamInfo.RowIndex 属性
当前在凸轮表中使用的行索引。行是依照主轴位置而选定,当主轴位置超过当前行的给定值但尚未达到下一行的给定值时,RowIndex 即为当前的行。例如,若当前主轴位置位于 MasterPositions[2] 和 MasterPositions[3] 之间,则 RowIndex 为 2。
范例:
行 | MasterPos | SlavePos |
---|---|---|
0 | 0 | 0 |
1 | 10 | 50 |
2 | 20 | 30 |
3 | 30 | 50 |
4 | 40 | 0 |
命名空间:IntervalZero.KINGSTAR.Base
组合: IntervalZero.KINGSTAR.Base (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
语法
public int RowIndex { get; }
Public ReadOnly Property RowIndex As Integer
属性值
型别:int
参见